home *** CD-ROM | disk | FTP | other *** search
/ Ultra Mac Games 1 & 2 / UltraMacGames2.iso / Chess / GnuChessMac40b5ƒ / Read Me next >
Text File  |  1995-03-02  |  6KB  |  111 lines

  1. GNU Chess Mac 4.0
  2.  
  3. GNU Chess Mac 4.0 is a free chess game for the Macintosh derived from GNU Chess 4.0 available on other platforms. It is distributed under a GNU Public License and may be given away, but not sold. See the file “Copying” for details of the GNU Public LIcense.
  4.  
  5. Version 4.0 was ported by Dan Oetting (oetting@gldfs.cr.usgs.gov) assisted by Tom Gerardy (tomg@whacked.com) and Erich Oetting (erich_oetting@stortek.com).  Dan started with GNU Chess 4.0 but has made many changes to the search routines, openings and transposition table. The Mac interface is based on the version 3.0 Mac port done by Airy Andre.
  6.  
  7. Please let us know if you find any bugs in this release. Suggestions for future enhancements are also welcome.
  8.  
  9. Starting GNU chess 
  10.  
  11. GNU Chess should run on any Mac with System 6.0.7 or better and a megabyte of free RAM.  If more RAM is available for the transposition table, the program will play a stronger game. Change the preferred size to 4000k or more if desired.
  12.  
  13. Playing a game
  14.  
  15. When a new game is started, GNU Chess assumes you are playing white and waits for your first move.  Moves are made by dragging a piece and dropping it on the desired position. Castle by moving the King two squares in the desired direction. If you attempt to make an illegal move, GNU Chess will return the piece to it’s proper place.
  16.  
  17. Once white’s first move is played, it is entered in the move list. Then the black clock in the information window is started. When GNU chess plays black’s move, the black clock is stopped and the white clock starts.
  18.  
  19. The game will continue till a checkmate or stalemate is reached or you resign. 
  20.  
  21. File Menu
  22.  
  23. New Game - Reset the board and get ready for a new game with the user playing white. The opening book is loaded at this time.
  24.  
  25. Open - Load a saved game to resume play.
  26.  
  27. Save - Save the current game.  Games are saved as text files in the "PGN" standard chess format.
  28.  
  29. Quit - Exits GNU Chess.
  30.  
  31. Edit Menu
  32.  
  33. The edit functions work as expected.
  34.  
  35. The UNDO function will take back the last move by a human player.
  36.  
  37. Players Menu
  38.  
  39. The first four items in this menu select who plays what side.
  40.  
  41. Human vs. Mac - You play first as white and the computer plays black. This option is set whenever a new game is started. The clocks will start when you make the first move.
  42.  
  43. Mac vs. Human - The computer plays white, you play black. This also starts the clock.
  44.  
  45. Mac vs. Mac - Turns GNU chess into a spectator sport.
  46.  
  47. Human vs. Human - Play a game with another human. GNU Chess keeps track of moves and the clock. The white clock is started when this is selected.
  48.  
  49. The last two items control the clock setting for each side. 
  50.  
  51. White Level - Set white clock.
  52. Black Level - Set black clock.
  53.  
  54. The default clock settings are for a fairly quick game. GNU chess (and humans) play better if given more time. The game is not stopped if one side runs out of time.
  55.  
  56. Options Menu
  57.  
  58. Easy - If selected GNU chess only thinks during it’s turn. When not selected, GNU chess will look ahead while it’s opponent is thinking.
  59.  
  60. Reverse Display - Normally white plays from the bottom side of the display, select this to show the board with black at the bottom.
  61.  
  62. Animation - If selected, GNU chess moves are done slowly to make them more obvious.
  63.  
  64. Randomize - If selected, GNU chess will randomly pick it’s move from among the top candidates instead of always using the “best” move. Opening book moves are always chosen randomly regardless of how this is set.
  65.  
  66. Show Thinking - Not Implemented yet.
  67.  
  68. Show Score - Not implemented yet.
  69.  
  70. Hint - Not implemented yet.
  71.  
  72. Play Now - Force GNU Chess to stop thinking and make it’s move immediately.
  73.  
  74. Windows Menu
  75.  
  76. Chess Board - Brings the chess board window to the front.
  77.  
  78. Information - Brings the information window containing the clock to the front. When a game is in progress the white or black clock will be running.
  79.  
  80. Game List - Brings the game list to the front. Moves are listed in algebraic notation.
  81.  
  82. Message - Brings the message window to the front. This is a command line interface used in testing. See the source code for how these commands work.
  83.  
  84. Console - Shows testing and play details, only present if the mouse button is held down when the program is started.
  85.  
  86. Chess Openings
  87.  
  88. A file named “openings.pgn” should be in the same folder as the GNU Chess application. When a new game is started, GNU Chess reads this file and decides how opening moves and responses should be played. A larger version is also included, but takes too long to load on a low end Mac. To use the big openings file, just rename “openings.big” to “openings.pgn”.
  89.  
  90. Both openings files are lists of opening moves in a standard chess notation. GNU Chess will follow the recommended moves while it can, choosing one randomly. When no listed move is found, it will do it’s own evaluation. The openings files can be modified with any text editor.
  91.  
  92. Source Code
  93.  
  94. The regular GNU Chess release can be found on GNU archive sites such as prep.ai.mit.edu. Source code for this Mac version is available from Dan Oetting (oetting@gldfs.cr.usgs.gov).
  95.  
  96. Version History
  97.  
  98. 4.0b5 - Added Open, Save and Undo.  68k and PPC versions combined in fat binary.
  99.  
  100. 4.0b4 - Fixed crashes caused by last bug fix. Developers can no longer beat the program
  101.              so we are letting the world have a shot at it.
  102.  
  103. 4.0b3 - Fixed bug causing occasional "Bozo" moves.
  104.  
  105. 4.0b2 - Fixed recognition of checkmate and stalemate.  Program now runs on 68000
  106.              based Mac's like the Plus.
  107.  
  108. 4.0b1 - First Beta version.
  109.  
  110.  
  111.